翻訳と辞書
Words near each other
・ Pieces of Me (Linda Hoyle album)
・ Pieces of Me (Lori McKenna album)
・ Pieces of Me Tour
・ Pieces of Modesty
・ Pieces of Nothing
・ Pieces of the People We Love
・ Pieces of the Sky
・ Pieces of the Sun
・ Pieces of Time
・ Pieces of You
・ Pieces of You (book)
・ Pieces Project
・ Pieces, Part One
・ Piecewise
・ Piecewise linear
Piecewise linear continuation
・ Piecewise linear function
・ Piecewise linear manifold
・ Piecewise syndetic set
・ Piecewise-deterministic Markov process
・ Piecewo
・ Piecewo, Greater Poland Voivodeship
・ Piecewo, Kuyavian-Pomeranian Voivodeship
・ Piecewo, Pomeranian Voivodeship
・ Piecha
・ Piechanin
・ Piechcin
・ Piechocice
・ Piechota wybraniecka
・ Piechoty


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Piecewise linear continuation : ウィキペディア英語版
Piecewise linear continuation

Simplicial continuation, or piecewise linear continuation (Allgower and Georg),〔Eugene L. Allgower, K. Georg, "Introduction to Numerical Continuation Methods", ''SIAM Classics in Applied Mathematics'' 45, 2003.〕〔E. L. Allgower, K. Georg, "Simplicial and Continuation Methods for Approximating Fixed Points and Solutions to Systems of Equations", ''SIAM Review'', Volume 22, 28-85, 1980.〕 is a one parameter continuation method which is well suited to small to medium embedding spaces. The algorithm has been generalized to compute higher-dimensional manifolds by (Allgower and Gnutzman)〔Eugene L. Allgower, Stefan Gnutzmann, "An Algorithm for Piecewise Linear Approximation of Implicitly Defined Two-Dimensional Surfaces", ''SIAM Journal on Numerical Analysis'', Volume 24, Number 2, 452-469, 1987.〕 and (Allgower and Schmidt).〔Eugene L. Allgower, Phillip H. Schmidt, "An Algorithm for Piecewise-Linear Approximation of an Implicitly Defined Manifold", ''SIAM Journal on Numerical Analysis'', Volume 22, Number 2, 322-346, April 1985.〕
The algorithm for drawing contours is a simplicial continuation algorithm, and since it is easy to visualize, it serves as a good introduction to the algorithm.
== Contour plotting ==

The contour plotting problem is to find the zeros (contours) of f(x,y)=0\, ( f(\cdot)\, a smooth scalar valued function) in the square 0\leq x \leq 1, 0\leq y \leq 1\,,



The square is divided into small triangles, usually by introducing points at the corners of a regular square mesh ih_x\leq x\leq (i+1)h_x\,, jh_y\leq y \leq (j+1)h_y\,, making a table of the values of f(x_i,y_j)\, at each corner (i,j)\,, and then dividing each square into two triangles. The value of f(x_i,y_j)\, at the corners of the triangle defines a unique Piecewise Linear interpolant lf(x,y)\, to f(\cdot)\, over each triangle. One way of writing this interpolant on the triangle with corners
(x_0,y_0),~(x_1,y_1),~(x_2,y_2)\, is as the set of equations
: (x,y) = (x_0,y_0)+(x_1-x_0,y_1-y_0)s+(x_2-x_0,y_2-y_0)t\,
: 0\leq s\,
: 0\leq t\,
: s+t \leq 1\,
: lf(x,y) = f(x_0,y_0)+(f(x_1,y_1)-f(x_0,y_0))s+(f(x_2,y_2)-f(x_0,y_0))t\,
The first four equations can be solved for (s,t)\, (this maps the original triangle to a right unit triangle), then the remaining equation gives the interpolated value of f(\cdot)\,. Over the whole mesh of triangles, this piecewise linear interpolant is continuous.



The contour of the interpolant on an individual triangle is a line segment (it is an interval on the intersection of two planes). The equation for the line can be found, however the points where the line crosses the edges of the triangle are the endpoints of the line segment.


The contour of the piecewise linear interpolant is a set of curves made up of these line segments. Any point on the edge connecting (x_0,y_0)\, and (x_1,y_1)\, can be written as
: (x,y) = (x_0,y_0) + t (x_1-x_0,y_1-y_0),\,
with t\, in (0,1)\,, and the linear interpolant over the edge is
: f \sim f_0 + t (f_1-f_0)\,
So setting f = 0\,
: t = -f_0/(f_1-f_0)\, and (x,y) = (x_0,y_0)-f_0
*(x_1-x_0,y_1-y_0)/(f_1-f_0)\,
Since this only depends on values on the edge, every triangle which shares this edge will produce the same point, so the contour will be continuous. Each triangle can be tested independently, and if all are checked the entire set of contour curves can be found.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Piecewise linear continuation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.